Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / BaseCollection<T> Class / BaseCollection<T> Constructor
The owning storage.

In This Topic
    BaseCollection<T> Constructor
    In This Topic
    Initializes a new instance of the BaseCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As Object _
    )
    public BaseCollection<T>( 
       object owner
    )

    Parameters

    owner
    The owning storage.
    See Also